'Declaration Public Overloads Function VerifyDocument( _
ByVal documentConformanceThe PDF document conformance.As PdfDocumentConformance, _
ByVal progressHandlerProgress handler of verification process.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.Processing.VerificationProfileResult
public Vintasoft.Imaging.Processing.VerificationProfileResult VerifyDocument(
PdfDocumentConformance documentConformance,
System.EventHandler<ProgressEventArgs> progressHandler
)
Parameters
- documentConformance
- The PDF document conformance.
- progressHandler
- Progress handler of verification process.
Return Value
The result of verification.